home *** CD-ROM | disk | FTP | other *** search
- /* Globals.C, The global storgage space.
- *
- * Modification History:
- *
- * 18/04/88 CAB Stolen from scsiTool
- *
- */
-
- #include "LPR.H"
-
- Boolean stopped = FALSE;
- Boolean haveWaitEvnt = FALSE;
- Boolean inBackground = FALSE;
- Boolean canTempMem = FALSE;
- Boolean debugOn = FALSE;
- RgnHandle cursRgn = NIL;
- Rect screenRect;
- integer job_number = 0;
- Str255 prt_server, prt_name;
- Str255 my_host, my_user;
- Boolean Quitable = TRUE;
-